pull: Print download URLs by default, rather than requiring -v
authorColin Walters <walters@verbum.org>
Sun, 26 Feb 2012 13:35:26 +0000 (08:35 -0500)
committerColin Walters <walters@verbum.org>
Sun, 26 Feb 2012 13:35:26 +0000 (08:35 -0500)
Let's leave verbose for more debug-type stuff.

src/ostree/ostree-pull.c

index aa907b8d83ac5e444da0064e11255b6686548079..ec0adda0d2a4a767bd673d66fdf1109d66eee065 100644 (file)
@@ -106,7 +106,7 @@ fetch_uri (OstreeRepo  *repo,
   chunkdata.error = error;
   
   uri_string = soup_uri_to_string (uri, FALSE);
-  log_verbose ("Fetching %s", uri_string);
+  g_print ("Fetching %s\n", uri_string);
   msg = soup_message_new_from_uri (SOUP_METHOD_GET, uri);
 
   soup_message_body_set_accumulate (msg->response_body, FALSE);